Skip to main content

TuringMachine

TuringMachine[rule,init,t] generates a list representing the evolution of the Turing machine with the specified rule from initial condition init for t steps. 

TuringMachine[rule,init] gives the result of evolving init for one step.

TuringMachine[rule] is an operator form of TuringMachine that corresponds to one step of evolution.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.